home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / PTRACE.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  160b  |  12 lines

  1. #ifndef __ASM_ARM_PTRACE_H
  2. #define __ASM_ARM_PTRACE_H
  3.  
  4. #include <asm/proc/ptrace.h>
  5.  
  6. #ifdef __KERNEL__
  7. extern void show_regs(struct pt_regs *);
  8. #endif
  9.  
  10. #endif
  11.  
  12.